home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  2000-07-30  |  1KB  |  60 lines

  1. object Form11: TForm11
  2.   Left = 334
  3.   Top = 189
  4.   Width = 440
  5.   Height = 151
  6.   Caption = 'User Prompt'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnDeactivate = FormDeactivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 38
  24.     Height = 16
  25.     Caption = 'Label1'
  26.   end
  27.   object BitBtn1: TBitBtn
  28.     Left = 98
  29.     Top = 79
  30.     Width = 93
  31.     Height = 29
  32.     Hint = 'Proceed - change bounds for images already in the queue'
  33.     Caption = 'Ok'
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.     OnClick = BitBtn1Click
  38.     Kind = bkOK
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 226
  42.     Top = 79
  43.     Width = 93
  44.     Height = 29
  45.     Hint = 'Do not change bounds of images in the queue'
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     TabOrder = 1
  49.     OnClick = BitBtn2Click
  50.     Kind = bkCancel
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 10
  54.     Top = 39
  55.     Width = 415
  56.     Height = 24
  57.     TabOrder = 2
  58.   end
  59. end
  60.